arm64:configs: updated zynqmp_defconfig to enable GPIO_SYSFS and EXPERT#3210
Merged
nunojsa merged 1 commit intoanalogdevicesinc:mainfrom Mar 27, 2026
Merged
Conversation
55b36a5 to
b9f524c
Compare
Enable CONFIG_GPIO_SYSFS and CONFIG_EXPERT to restore the functionality of the linux_image_ADI-scripts/power-service/stingray_power.py script for the X-Band Phased Array project. Also added CONFIG_NAMESPACES to ensure that CONFIG_USER_NS does not get disabled when running make savedefconfig. Bothe NAMESPACES and USER_NS were added in commit 492b6c7 and NAMESPACES was later removed in commit d31fa31. Signed-off-by: Alex Sarbu <alex.sarbu@analog.com>
b9f524c to
5089668
Compare
nunojsa
approved these changes
Mar 26, 2026
| CONFIG_IKCONFIG_PROC=y | ||
| CONFIG_LOG_BUF_SHIFT=16 | ||
| CONFIG_CGROUPS=y | ||
| CONFIG_NAMESPACES=y |
Collaborator
There was a problem hiding this comment.
Curious, why do we need this? Do we have any sandbox/container thing relying on it?
Contributor
Author
There was a problem hiding this comment.
Noted. It actually was initially like that, but I decided to try and adhere to the 50/72 rule. Will use the proper formatting in the future. Regarding the NAMESPACES, as per the initial commit that added this (492b6c7), it is needed for Scopy and Chromium. Wrote a more detailed history in the commit body
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
PR Type
PR Checklist